Learn R Programming

smoothSurv (version 0.7)

standardized logistic: Density of Standardized Logistic Distribution.

Description

Density function of the logistic distribution with zero mean and unit variance.

Usage

dstlogis(x)

Arguments

x
Vector of quantiles.

Value

  • The value of the density.

Details

dstlogis(x) = dlogis(x, 0, sqrt(3)/pi)

See Also

dlogis for the logistic distribution.

Examples

Run this code
dstlogis(0)
dstlogis(seq(-3, 3, 0.2))

Run the code above in your browser using DataLab